; ===================================
; Market Def NPC File : 14Qll-0
; Med Level Cave in Border
; -----------------------------------
; Name: Isaac
; Job: Cave Teleport
; Map No: 2
; Pos X 511
; Pos Y 465
; File name: *removed*
; Comment: Med Level Cave in Border

;================================================= =
;

[@main]
#IF
checkpkpoint 2
#SAY
I refuse to talk to an evil killer like you.\ \
<Grr/@exit>
#ELSEACT
goto @main-1

[@main-1]
#IF
checklevel 20
#ACT
goto @check2
#ELSESAY
I'm sorry, but the task I wish to offer you\
is too dangerous for someone of your skill level.\
I suggest you to train more and come back to me.\

[@check2]
#IF
checklevel 35
#ACT
goto @toohigh
#ELSEACT
goto @used

[@used]
#SAY
<Would you like to go/@tele1>

[@tele1]
#ACT
SENDMSG "You have 1 hour.Enjoy" 3
timerecall 120
mapmove F004 82 48
BREAK
CLOSE

[@toohigh]
Sorry, you are too high leveled for my\
challenge.\\
<Ok/@exit>

[QUESTS]
;ID Level Flag


